#banner.with-background-image .banner-background{
-webkit-filter: blur(0px);
}

.tile-container .tile .outer.has-logo .inner {
  background-color: rgba(0,0,0,0) !important;
}

#banner.consumption .banner-overlay {
  background-color: rgba(0,0,0,0) !important;
}

#active-enrolments .title{
   font-size: 20px !important;
}

#completed-enrolments  .title{
   font-size: 20px !important;
}

/* #60481 Increase size of iframe container */
#content iframe.auto-resizable {
    border: none !important;
    width: 100% !important;
    height: 800px !important;
}

/* SUP-2007 to remove the text "Answer the following questions to complete this concept. */
#consumption-content.e_learning_component ._lib_css_components_assessment_assessment__section-header h3.subheader {
	display: none;
}

/*SUP-3270 - Remove icon from content banner in learner UI*/
body .tr-icon.icon-course-pathway:before, body .tr-icon.icon-course-pathway.right:after {
   display: none;
}

body .tr-icon.icon-e-learning:before {
   display:none;
}

body .tr-icon.icon-content:before, body .tr-icon.icon-content.right:after {
   display:none;
}


/*SUP-3270 - Remove name/action of learning components from content banner in learner UI*/
#banner.consumption .banner-content .type-name {
   display:none;
}

/*PS-1469 - Prevent content overlapse*/
#footer {
    z-index: 9999 !important;
}

/*SUP-9804 Next Previous styling */
.requirement-section {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 55px);
}

@media screen and (min-width: 992px) {
	body.course-pathway-consumption #pathway-footer .next-requirement.completable {
		width: 50%;
	}	
}